Class EntryExecTranNetcashOutput

Description

NET CASH登録・決済一括実行 出力パラメータクラス

Located in /com/gmo_pg/client/output/EntryExecTranNetcashOutput.php (line 12)


	
			
Method Summary
 EntryExecTranNetcashOutput __construct ([IgnoreCaseMap $params = null])
 string getAccessID ()
 string getAccessPass ()
 array &getEntryErrList ()
 array &getExecErrList ()
 string getStartURL ()
 string getToken ()
 boolean isErrorOccurred ()
 boolean isExecErrorOccurred ()
 void setAccessID (string $accessID)
 void setAccessPass (string $accessPass)
 void setEntryTranNetcashOutput ( &$entryTranNetcashOutput, EntryTranNetcashOutput $entryTranNetcashOutput)
 void setExecTranNetcashOutput ( &$execTranNetcashOutput, ExecTranNetcashOutput $execTranNetcashOutput)
 void setStartURL (string $startURL)
 void setToken (string $token)
Methods
Constructor __construct (line 29)

コンストラクタ

  • access: public
EntryExecTranNetcashOutput __construct ([IgnoreCaseMap $params = null])
getAccessID (line 72)

取引ID取得

  • return: 取引ID
  • access: public
string getAccessID ()
getAccessPass (line 80)

取引パスワード取得

  • return: 取引パスワード
  • access: public
string getAccessPass ()
getEntryErrList (line 143)

取引登録エラーリスト取得

  • return: エラーリスト
  • access: public
array &getEntryErrList ()
getEntryTranNetcashOutput (line 38)

NET CASH登録出力パラメータ取得

  • return: NET CASH登録出力パラメータ
  • access: public
EntryTranNetcashOutput &getEntryTranNetcashOutput ()
getExecErrList (line 151)

決済実行エラーリスト取得

  • return: エラーリスト
  • access: public
array &getExecErrList ()
getExecTranNetcashOutput (line 46)

NET CASH実行出力パラメータ取得

  • return: NET CASH実行出力パラメータ
  • access: public
ExecTranNetcashOutput &getExecTranNetcashOutput ()
getStartURL (line 96)

支払手続き開始IFのURL取得

  • return: 支払手続き開始IFのURL
  • access: public
string getStartURL ()
getToken (line 88)

トークン取得

  • return: トークン
  • access: public
string getToken ()
isEntryErrorOccurred (line 159)

取引登録エラー発生判定

  • return: 取引登録時エラー有無(true=エラー発生)
  • access: public
boolean isEntryErrorOccurred ()
isErrorOccurred (line 177)

エラー発生判定

  • return: エラー発生有無(true=エラー発生)
  • access: public
boolean isErrorOccurred ()
isExecErrorOccurred (line 168)

決済実行エラー発生判定

  • return: 決済実行時エラー有無(true=エラー発生)
  • access: public
boolean isExecErrorOccurred ()
setAccessID (line 106)

取引ID設定

  • access: public
void setAccessID (string $accessID)
  • string $accessID
setAccessPass (line 116)

取引パスワード設定

  • access: public
void setAccessPass (string $accessPass)
  • string $accessPass
setEntryTranNetcashOutput (line 55)

NET CASH登録出力パラメータ設定

  • access: public
void setEntryTranNetcashOutput ( &$entryTranNetcashOutput, EntryTranNetcashOutput $entryTranNetcashOutput)
  • EntryTranNetcashOutput $entryTranNetcashOutput: NET CASH登録出力パラメータ
  • &$entryTranNetcashOutput
setExecTranNetcashOutput (line 64)

NET CASH決済実行出力パラメータ設定

  • access: public
void setExecTranNetcashOutput ( &$execTranNetcashOutput, ExecTranNetcashOutput $execTranNetcashOutput)
  • ExecTranNetcashOutput $execTranNetcashOutput: NET CASH実行出力パラメータ
  • &$execTranNetcashOutput
setStartURL (line 134)

支払手続き開始IFのURL設定

  • access: public
void setStartURL (string $startURL)
  • string $startURL
setToken (line 125)

トークン設定

  • access: public
void setToken (string $token)
  • string $token

Documentation generated on Thu, 18 Jan 2024 19:55:53 +0900 by phpDocumentor 1.4.3